home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / FALCON / CPX / MODEM.TC / MODEM.H < prev    next >
Encoding:
C/C++ Source or Header  |  2001-02-10  |  525 b   |  31 lines

  1. /* MODEM.H
  2.  *==========================================================================
  3.  * DATE: April 3, 1990
  4.  * DESCRIPTION: INCLUDE.H file from RESOURCE
  5.  */
  6.  
  7.  
  8. #if USA | UK
  9.  #include "resource\usa\usa.h" 
  10. #endif
  11.  
  12. #if ITALY
  13.  #include "resource\italy\italy.h" 
  14. #endif
  15.  
  16. #if GERMAN
  17.  #include "resource\german\german.h" 
  18. #endif
  19.  
  20. #if FRENCH
  21.  #include "resource\french\french.h" 
  22. #endif
  23.  
  24. #if SPAIN
  25.  #include "resource\spain\spain.h" 
  26. #endif
  27.  
  28. #if SWEDEN
  29.  #include "resource\sweden\sweden.h" 
  30. #endif
  31.